home *** CD-ROM | disk | FTP | other *** search
/ Thailand - Into the 2000's / Thailand: Into the 2000's.iso / Acrobat / Acrobat.exe / EXVW / 10048 < prev    next >
Text File  |  2001-10-26  |  233b  |  10 lines

  1. dialog(name: '$$$/Dialogs/BatchNameSequence', target_id: 'Name')
  2. {
  3.     group()
  4.     {
  5.         static_text(name: '$$$/Dialogs/BatchNameSequence/ChooseName');
  6.         edit_text(item_id: 'Name', width: max_char_width() * 16);
  7.         ok_cancel();
  8.     }
  9. }
  10.